object frmProgress: TfrmProgress Left = 615 Top = 110 BorderStyle = bsSingle Caption = 'Play List Progress' ClientHeight = 60 ClientWidth = 265 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 24 Top = 40 Width = 217 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Press [Esc] to cancel.' end object prgList: TProgressBar Left = 8 Top = 16 Width = 249 Height = 16 Min = 0 Max = 100 TabOrder = 0 end end